home *** CD-ROM | disk | FTP | other *** search
/ PC PLAY 8 (Swedish) / PC PLAY 8.iso / install / express.bat < prev    next >
Encoding:
DOS Batch File  |  1997-10-21  |  217 b   |  17 lines

  1. @echo off
  2. cls
  3.  
  4. IF EXIST c:\Express\NUL GOTO GO
  5. echo.
  6. echo Installing LAST EXPRESS to C:\Express...
  7. echo.
  8. PAUSE
  9. cd \Demos\Express
  10. md C:\Express
  11. xcopy *.* C:\Express /s
  12. cls
  13. :GO
  14. c:
  15. cd \Express
  16. Express
  17. cls